 *{
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
    }
    a{
        text-decoration: none;
    }
    header>ul{
        overflow: hidden;
        padding: 0;
        margin: 0;
        background-color: rgb(34, 33, 33);
        color: white;
        padding-right: 40px;


    }
    header>ul>li{
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right;
    }
    header>ul>li>a{
        text-decoration: none;
        padding: 15px;
        color: white;
        display: block;
    }
    header .lih{
        float: left;
        padding:15px 20px;
    }
    header .lih>i{
        color:#e96b56
    }
header ul li a>i{
    color:  #545454;
}
header ul li a>i:hover{
   color:  #a19d9d;
}
.ainline{
    display: inline;
}
.ainline:hover{
    color:#e96b56
}
nav{
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 1;
}

 nav>ul{
        overflow: hidden;
        padding: 0;
        margin: 0;
        background-color: white;
      padding-right: 40px;

    }
 nav>ul>li{
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right;
    }
 nav>ul>li>a{
        text-decoration: none;
        padding: 20px;
        color: black;
        display: block;
    }
 nav>ul>li a:hover{
       color: #e96b56;
    }
    .active{
        color: #e96b56;
    }
.logo{
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin: 10px 100px;
    
}
.llogo{
    border-left: 10px solid #e96b56;
    padding: 10px;
 

}
nav .Drop1>ul{
    display: none;
    position: absolute;
    
     box-shadow: 0px 0px 10px gray;
     padding: 0;
     margin: 0;

}
nav .Drop1>ul a{
     text-decoration: none;
        padding: 10px;
        color: black;
        display: block;
}
nav .Drop1>ul li{
 list-style-type: none;
   padding: 0;
    margin: 0;

}
nav .Drop1:hover>ul{
    display: block;
    background-color: white;

}
 nav .drop2>ul{
    display: none;
    position: absolute;
    right: 143px;
    top:10px;
    width: 150px;
    box-shadow: 0px 0px 10px gray;
     padding: 0;
     margin: 0;
     background-color: white;
 

 }
 nav .drop2{
    position: relative;

 }
 nav .drop2:hover>ul{
  display: block;
  background-color: white;
  
 }
  .home .slider{
        width: 300%;
        height: 500px;
    }
    .home .pslide{
        width:100%;
        height: 500px;
    }
    
.home .slid1{
    height: 450px;
    background: url(img/slide/slide-1.jpg) no-repeat;
    text-align: center;
  width: 100%;
  padding: 0;
 


}
.home .slid2{
    height: 450px;
    background: url(img/slide/slide-2.jpg) no-repeat;
    text-align: center;
   width: 100%;
 
   

}
.home .slid3{
    height: 450px;
    background: url(img/slide/slide-3.jpg) no-repeat;
    text-align: center;
   width: 100%;
   

}
.home .sec11{
    height: 450px;
   padding: 90px 200px;
   position:absolute;
   left:0px;
 right: 0px;
   margin: 0;
   background-color: rgba(240, 248, 255, 0.562);
   height: 450px;
 }
 .home .pslide .slider{
      width: 300%;
      
      
   }
   .dot{
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fafafa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px solid #e96b56;
}
  .pdot{
    text-align: center;
    
    
  }
 main .active{ background-color: #e96b56;}
 .slide{
        overflow: hidden;
        width: 100%;
        
    }
    .ra{
      position:absolute;
      right: 0;
      top: 200px;
      font-size: 50px;
      
    }
    .la{
      position:absolute;
      left: 0;
      top: 200px;
      font-size: 50px;
    }
 

.home .sec11 span{
   color: #e96b56;
}
.home .sec11 h1{
 font-size: 50px;
}
.home .sec11 button{
padding: 15px 40px;
border-radius: 30px;
background-color: #e96b56;
color: white;
border: 1px solid #e96b56;
margin-top: 20px;
}
.home .sec11 button:hover{
background-color: white;
color: #e96b56;
border: 1px solid #e96b56;
}
.home .sec2{
    display: flex;
    padding: 30px;
    
}
.home .sec2 .ch21{
    width: 33%;
    margin: 20px;
    box-shadow: 0px 0px 10px gray;
    padding: 30px;
    border-radius: 10px;

}
.home .sec2 .ch21:hover{
   background-color: #e96b56;
   color: white;
   transition: 0.5s;
}
.home .sec2 .ch21:hover i{
   color: white;
    transition: 0.5s;
}
.home .sec2 .ch21 i{
    color: #e96b56;
    font-size: 50px;

}
 .home .sec3{
        display: flex;
        padding: 40px;
    }
    .home .sec3 .sec31{
        width: 40%;
        margin-left: 5%;
    }
    .home .sec3 .sec32{
        width: 50%;
        padding:0px 20px 20px;
        vertical-align: top;
      
       
       
    }
    .home .sec3 .sec32 h3{
      margin-top: 0;
    }
    .home .sec3 .sec32 li{
      list-style-type: none;
     
    }
    .home .sec3 .sec32 i{
     color: #e96b56;
     font-size: 20px;
     margin: 10px 10px 10px 0px;
    }
    .home .sec3 .sec32 ul{
     padding: 0;
     margin: 0;
    }
    .home .sec3 .sec31 img{
        
       width: 100%;

    }
     .home .sec4{
        display: grid;
        grid-template-columns: Auto Auto Auto;
        gap: 1em;
        max-width: 80%;
        margin: auto;
    }
    .home .sec4 a{
        text-decoration: none;
        color: black;
    }
    .home .sec4 .ch41{
       padding: 50px 30px;
       text-align: center;
       border: 1px solid rgb(211, 204, 204);
    }
    .home .sec4 .ch41:hover{
        background-color: #e96b56;
        color: white;
         transition: 1s;

    }
    .home .sec4 .ch41:hover a{
        color: white;
          transition: 1s;

    }
    .home .sec4 .ch41:hover i{
     background-color: white;
     color: #e96b56;
     transition: 1s;

    }
    .home .sec4 .ch41 i{
       font-size: 30px;
       background-color: #e96b56;
       box-shadow: -10px -10px  #d1a39b;
       padding: 20px;
       border-radius: 5px;
       color: white;
    }
   .home .sec5{
    text-align: center;
    padding: 50px ;
    width: 90%;
    margin: auto;
   }
   .home .sec5 hr{
    width: 5%;
     background-color: #e96b56;
     padding: 2px;
     border: none;
   }
   .home .sec6{
    padding: 30px;
   }
   .home .sec6 .ch61{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140%;
   }
   .home .sec6 .ch62{
   width: 30%;
   margin: 10px;
   }
   .home .sec6 .ch62 img{
   width: 60%;
   filter:grayscale(100%);
   margin: auto;
   
   }
   .home .sec6 .ch62 img:hover{
   filter:grayscale(0%);
   transition: 0,4s;
   }
    .swiper {
      width: 100%;
      height: 200px; 
    
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #000;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
   footer .fch1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 100px;
    background-color: #404040;
    color: white;
   }
   footer .fch1 form{
    width: 100%;
    padding: 5px 15px;
    border-radius: 50px;
    background-color: white;
    position: relative;

   }
   footer .fin1{
    width: 68%;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    margin: 2px;
    border: none;
  
   }
   footer .fin2{
    width: 30%;
    padding: 13px;
    border-radius: 50px;
    background-color: #e96b56;
    position: absolute;
    right: 5px;
    color: white;
    border: none;
    font-size: 20px;

   }
   footer .fch11,.fch12{
    width: 50%;
   }
   footer .fch2{
    display: flex;
    padding: 20px;
    color: white;
    background-color: #3b3b3b;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
   }
   footer .fch21{
    width: 25%;
    padding: 30px;
   }
   footer a{
    color: white;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
   }
   footer .fch21 li{
    list-style-type: none;
   }
   footer .fch21 a:hover{
    color:#e96b56;
   
   }
   footer .fch21>ul>li>i{
    color: #e96b56;
    margin: 10px;
   }
   footer .fch21 ul{
    padding: 0;
    margin: 0;
   }
   footer .fch21 a>i{
    padding: 15px;
    font-size: 15px;
    background-color: #646262;
    color: white;
    border-radius: 50%;
   }
   footer .fch21 a>i:hover{
    background-color: #e96b56;
   }
   footer .fch3{
    background-color:  #404040;
    padding: 20px;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
   
    
  }
   footer .fch3 i{
   position: fixed;
   right:20px;
   bottom: 20px;
   padding: 15px;
   font-size: 20px;
   color: white;
   background-color: #e96b56;
   border-radius: 10px;
  }
  footer span{
    color: #e96b56;
  }
  footer .fch3 p{
    margin-bottom: 0;
  }

   

 
 
